github.com/jackc/pgx/v5/pgconn.ResultReader.fieldDescriptions (field)

16 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1637: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1639: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1664: 				fieldDescriptions: mrr.pgConn.getFieldDescriptionSlice(len(msg.Fields)),
		pgconn.go#L1666: 			convertRowDescription(mrr.pgConn.resultReader.fieldDescriptions, msg)
		pgconn.go#L1715: 	fieldDescriptions []FieldDescription
		pgconn.go#L1789: 	return rr.fieldDescriptions
		pgconn.go#L1847: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1849: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1858: 				rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(sdFields))
		pgconn.go#L1860: 				err := combineFieldDescriptionsAndResultFormats(rr.fieldDescriptions, sdFields, resultFormats)
		pgconn.go#L1891: 		rr.fieldDescriptions = rr.pgConn.getFieldDescriptionSlice(len(msg.Fields))
		pgconn.go#L1892: 		convertRowDescription(rr.fieldDescriptions, msg)
		pgconn.go#L2729: 			fieldDescriptions: fieldDescriptions,
		pgconn.go#L2739: 			fieldDescriptions: fieldDescriptions,
		pgconn.go#L2842: 			fieldDescriptions: p.conn.getFieldDescriptionSlice(len(msg.Fields)),
		pgconn.go#L2844: 		convertRowDescription(p.conn.resultReader.fieldDescriptions, msg)